home *** CD-ROM | disk | FTP | other *** search
/ CD Charme 1 / CD Charme 01.iso / mac / hybride / GLOWING / HOLO / PANIC.DIR / 00024_Script_24 < prev    next >
Text File  |  1994-12-08  |  217b  |  11 lines

  1. on HideProc
  2.   if the castNum of sprite 20 > 0 then
  3.     getQTname 20
  4.     put the result into curMovie
  5.     set the directtostage of cast curMovie to FALSE
  6.   end if
  7.   
  8.   setupReturn
  9.   go to "HIDE"
  10. end HideProc
  11.